Kameleon-Plus  0.3.2
CTIP.h
Go to the documentation of this file.
1 /*
2  * CTIP.h
3  *
4  * Created on: Jul 24, 2009
5  * Author: dberrios
6  */
7 
8 #ifndef CTIP_H_
9 #define CTIP_H_
10 
11 /*
12  *
13  */
14 #include "Model.h"
15 
16 namespace ccmc
17 {
18 
25  class CTIP: public Model
26  {
27  public:
28  CTIP();
29  long open(const std::string& filename);
31 
32  virtual ~CTIP();
33 
34  protected:
36  void initializeSIUnits();
37  };
38 
39 }
40 
41 #endif /* CTIP_H_ */